home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / flexcat / archie / flexcat.readme < prev   
Text File  |  1999-04-19  |  3KB  |  76 lines

  1. Short:    2.2 - Flexible catalogs (C, Asm, Oberon, E, ARexx, Modula...)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Version:  2.2
  5. Type:     dev/misc
  6. Www:      http://amiga.com.pl/flexcat/
  7.  
  8.  
  9.  
  10.   INFO
  11.   ----------
  12.  
  13.     FlexCat creates catalogs and the source to handle them.  The difference
  14.   between FlexCat and KitCat, CatComp and some others is, that FlexCat is
  15.   designed to produce any source you want:  any programming language, any
  16.   individual needs should be satisfied.  However, FlexCat is not more
  17.   difficult to use.
  18.  
  19.     Translators will also find it useful, as, among standard functions
  20.   like #?.catalog creation, FlexCat is able to update your #?.ct files
  21.   to the new #?.cd files automatically. Give it a try! 
  22.  
  23.     This sounds like a contradiction.  FlexCat's solution is to use
  24.   template files, the so called "source descriptions".  Ready to use examples
  25.   for Assembler, C, C++, E, Oberon and Modula-2 are distributed, additionally
  26.   an example for supporting catalogs on Workbench 2.0.  Any other examples
  27.   are welcome.
  28.  
  29.  
  30.   Archives
  31.   ----------
  32.  
  33.     Since release 2.0, the FlexCat distribiution is splitted into the
  34.   smaller archives. They are (in order of importance):
  35.  
  36.   FlexCat.lha          - Latest FlexCat, user contribitions, english manual
  37.                          and foreign catalog files
  38.  
  39.   FlexCat_0x0.lha      - patches for 020, 040 and 060 versions of FlexCat
  40.                          (PPC makes no sense here. I checked that).
  41.  
  42.   FlexCat_ExDocs.lha   - FlexCat's guide in non english languages. Currently
  43.                          Svenska, Espanol and Deutsch are provided
  44.  
  45.   FlexCat_CatSrc.lha   - #?.cd and #?.ct files for existing translations and
  46.                          #?.texinfo documents
  47.  
  48.   FlexCat_Src.lha      - C source code for FlexCat itself
  49.  
  50.   If you just want to use FlexCat, the 1st archive is all you need.
  51.   If you want to have CPU optimised binaries, take both 1st and 2nd
  52.   and patch the original release.  If you want to read translated manual,
  53.   get the 3rd one.  If you want to make the translation take the 4th one
  54.   (but I suggesto to join the Amiga Translators' Organisation
  55.   <http://ato.vapor.com/ato> first!)
  56.  
  57.  
  58.   Changes since previous release:
  59.   -------------------------------
  60.  
  61.   * v2.1 (11.10.98) - New source descriptor for E programmers (E32e.sd)
  62.                       by Sven Steiniger <ss37@irz301.inf.tu-dresden.de>
  63.  
  64.                       Fixed problem C:Version had with FlexCat (due
  65.                       to many internal $VERsion strings, THAT one, wasn't
  66.                       first the one in the executable file).
  67.  
  68.                       SDDIR path defined in FlexCat.prefs was always
  69.                       ignored. Fixed (Magnus Holmgren).
  70.  
  71.                       Improved FLUSH function. Now it flushes catalogs
  72.                       only (Magnus Holmgren).
  73.  
  74.                       Source code released - See source readme file for
  75.                       more details
  76.